button.unclickable,
button.unclickable:hover,
button.unclickable:focus {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
    border-color: #aaa !important;
    box-shadow: none !important;
}

.log-changes {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.log-changes li {
    margin-bottom: 5px;
    padding: 5px;
    background-color: #f9f9f9;
    border-radius: 3px;
}

.log-changes strong {
    margin-right: 10px;
}

.log-changes .text-muted {
    color: #6c757d;
    margin-right: 10px;
}

.log-changes .text-primary {
    color: #007bff;
}